projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd3715b
)
Skip ffap test on some systems
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 14 Jan 2022 11:10:46 +0000
(12:10 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 14 Jan 2022 11:10:46 +0000
(12:10 +0100)
test/lisp/ffap-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/ffap-tests.el
b/test/lisp/ffap-tests.el
index c5032a60a1a4dfa52753964c93d80f72f89e5b4a..0fdc31e8b6147306967888d58f9bb5eb1179c859 100644
(file)
--- a/
test/lisp/ffap-tests.el
+++ b/
test/lisp/ffap-tests.el
@@
-142,6
+142,8
@@
left alone when opening a URL in an external browser."
(kill-buffer (call-interactively #'find-file-at-point)))))))
(ert-deftest ffap-test-path ()
+ (skip-unless (file-exists-p "/bin"))
+ (skip-unless (file-exists-p "/usr/bin"))
(with-temp-buffer
(insert "/usr/bin:/bin")
(goto-char (point-min))